Method CreateChildWithUserAsync<TProps>(TreeRedbObject<TProps>, long, long?, bool)

Assembly: redb.Core.dll
protected virtual Task<long> CreateChildWithUserAsync<TProps>(TreeRedbObject<TProps> obj, long parentId, long? userId = null, bool checkPermissions = false) where TProps : class, new()